Foreign language translation

by: cjoyavila00, 8 years ago


Anyone can give an example on creating a simple translation from english to any language? using NLP



You must be logged in to post. Please login or register an account.



Hmm, I really don't think such a thing exists except in the case of word-to-word translations, which will fail on sentences...except in the case of using deep learning.

For example, TensorFlow documents has a decent tutorial on using a sequence to sequence model to translate English to French.

https://www.tensorflow.org/versions/r0.11/tutorials/seq2seq/index.html

-Harrison 8 years ago

You must be logged in to post. Please login or register an account.